type runtime.memRecord
11 uses
runtime (current package)
mprof.go#L29: profMemFutureLock [len(memRecord{}.future)]mutex
mprof.go#L87: type memRecord struct {
mprof.go#L179: const mProfCycleWrap = uint32(len(memRecord{}.future)) * (2 << 24)
mprof.go#L234: size += unsafe.Sizeof(memRecord{})
mprof.go#L257: func (b *bucket) mp() *memRecord {
mprof.go#L262: return (*memRecord)(data)
mprof.go#L389: index := cycle % uint32(len(memRecord{}.future))
mprof.go#L428: index := cycle % uint32(len(memRecord{}.future))
mprof.go#L448: index := (mProfCycle.read() + 2) % uint32(len(memRecord{}.future))
mprof.go#L470: index := (mProfCycle.read() + 1) % uint32(len(memRecord{}.future))
mprof.go#L1022: index := cycle % uint32(len(memRecord{}.future))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)